home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / emcs1855 / emacs-~1.jrd next >
Encoding:
Text File  |  1992-10-29  |  1.7 KB  |  38 lines

  1. -*- Mode: Text -*-
  2.  
  3. This is a brief blurb describing JRD's port of GNU Emacs v 18.55 to the
  4. Atari ST.
  5.  
  6. This version of GNU Emacs contains a bunch of improvements over the
  7. 18.51, posted a while back by Edgar Roeder.  In particular, it's less
  8. *nix-ish; it uses real ST pathnames, understands text files, doesn't
  9. need TERMCAP bd, etc.  In addition, it uses the ST mouse.  (See
  10. LISP\ST-MOUSE.EL; or fire it up and click right, for a hint) There's
  11. more to do there; but since most of the mouse stuff is written in Lisp,
  12. it's easy to add functionality.  I'll be interested to hear what other
  13. folks think of the default behaviour I've provided.
  14.  
  15. There's also support for fonts in the popup menu substrate; you'll find
  16. the font-loading hooks in that same Lisp file.
  17.  
  18. Finally, this Emacs is dumpable, though it's not done the same way as
  19. the *nix version.  See IMG2EXE.C and ST-DUMP.C, for the guts of the
  20. dumping mechanism.  I've supplied the 'bare' emacs, for those of you
  21. who'd like to dump your own (ie 'cause you find bugs in my stuff, or
  22. because you'd like to build an emacs with less stuff in it, to save
  23. memory).
  24.  
  25. Since Emacs is so huge, I haven't supplied everything that comes in the
  26. kit from FSF; in particular I've left out the INFO directory, and some
  27. of the miscellaneous stuff that's *nix specific.  I *have* supplied all
  28. the C and Lisp source, so you should be able to reconstruct all the
  29. executables from what's here.
  30.  
  31. The stuff is in the form of two large ZOO files, EMCS1855.ZOO, and
  32. ESRC1855.ZOO.  The former is executables and compiled Lisp files, the
  33. latter is C and Lisp source.  Each is split up into a bunch of smaller
  34. pieces, to ease tyhe FTP burden.  Concatenate 'em all together, and
  35. enjoy!
  36.  
  37. JRD@Stony-Brook.SCRC.Symbolics.COM.
  38.